翻訳と辞書
Words near each other
・ Simulated Emergency Test
・ Simulated fluorescence process algorithm
・ Simulated growth of plants
・ Simulated moving bed
・ Simulated patient
・ Simulated pregnancy
・ Simulated presence therapy
・ Simulated Real Time
・ Simulated reality
・ Simulated reality in fiction
・ Simulated Society
・ Simulation
・ Simulation & Gaming
・ Simulation (disambiguation)
・ Simulation (journal)
Simulation algorithms for atomic DEVS
・ Simulation algorithms for coupled DEVS
・ Simulation cockpit
・ Simulation for Automatic Machinery
・ Simulation heuristic
・ Simulation hypothesis
・ Simulation Interoperability Standards Organization
・ Simulation language
・ Simulation Model Portability
・ Simulation modeling
・ Simulation noise
・ Simulation Open Framework Architecture
・ Simulation preorder
・ Simulation Pro Yakyuu
・ Simulation Publications


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Simulation algorithms for atomic DEVS : ウィキペディア英語版
Simulation algorithms for atomic DEVS
Given an atomic DEVS model, simulation algorithms are methods to generate the model's legal behaviors which are trajectories not to reach to illegal states. (see Behavior of DEVS). () originally introduced the algorithms that handle time variables related to ''lifespan'' t_s \in () and ''elapsed time'' t_e\in .
Since the behavior of a given atomic DEVS model can be defined in two different views depending on the total state and the external transition function (refer to Behavior of DEVS), the simulation algorithms are also introduced in two different views as below.
== Common parts ==
Regardless of two different views of total states, algorithms for initialization and internal transition cases are commonly defined as below.
DEVS-simulator
variables:
parent // parent coordinator
t_l // time of last event
t_n // time of next event
A=(X,Y,S,ta, \delta_, \delta_, \lambda) // the associated Atomic DEVS model
when receive init-message(Time t)
t_l \leftarrow t;
t_n \leftarrow t_l + ta(s);
when receive star-message(Time t)
if t \ne t_n then
error: bad synchronization;
y \leftarrow \lambda(s);
send y-message(y,t) to parent;
s \leftarrow \delta_(s)
t_l \leftarrow t;
t_n \leftarrow t_l + ta(s);

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Simulation algorithms for atomic DEVS」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.